projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b81f0ba
)
Don't include strings.h.
author
Jason Rumney
<jasonr@gnu.org>
Thu, 22 May 2008 22:12:25 +0000
(22:12 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Thu, 22 May 2008 22:12:25 +0000
(22:12 +0000)
src/ChangeLog
patch
|
blob
|
history
src/font.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d90bac7b1e1a510c7c71ee73649742929064675b..2536edb971ef719a9e8ff4ae64063badb2eb034e 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2008-05-22 Jason Rumney <jasonr@gnu.org>
+ * font.c: Don't include strings.h.
+
* dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
* dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
diff --git
a/src/font.c
b/src/font.c
index a8b460d9e11c0c493010c258ce99ff7fcc09d355..cd1320c2efa8d1ff7306626ba073429888491080 100644
(file)
--- a/
src/font.c
+++ b/
src/font.c
@@
-22,7
+22,6
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
-#include <strings.h>
#include <ctype.h>
#ifdef HAVE_M17N_FLT
#include <m17n-flt.h>